home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Shareware World / OS X / Internet / SafeClean.dmg / SafeClean.app / Contents / PlugIns / mozilla.scplugin < prev    next >
Encoding:
Extensible Markup Language  |  2003-05-27  |  3.1 KB  |  133 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.9">
  3. <dict>
  4.     <key>Program</key>
  5.     <dict>
  6.         <key>Cache</key>
  7.         <dict>
  8.             <key>Commands</key>
  9.             <array>
  10.                 <dict>
  11.                     <key>Command</key>
  12.                     <string>SEARCHDELETE</string>
  13.                     <key>BaseDirectory</key>
  14.                     <string>Library/Mozilla/</string>
  15.                     <key>SearchFile</key>
  16.                     <string>Cache</string>
  17.                 </dict>
  18.             </array>
  19.         </dict>
  20.         <key>History</key>
  21.         <dict>
  22.             <key>Commands</key>
  23.             <array>
  24.                 <dict>
  25.                     <key>Command</key>
  26.                     <string>SEARCHDELETE</string>
  27.                     <key>BaseDirectory</key>
  28.                     <string>Library/Mozilla/</string>
  29.                     <key>SearchFile</key>
  30.                     <string>cookies.txt</string>
  31.                 </dict>
  32.                 <dict>
  33.                     <key>Command</key>
  34.                     <string>SEARCHDELETE</string>
  35.                     <key>BaseDirectory</key>
  36.                     <string>Library/Mozilla/</string>
  37.                     <key>SearchFile</key>
  38.                     <string>cookperm.txt</string>
  39.                 </dict>
  40.                 <dict>
  41.                     <key>Command</key>
  42.                     <string>SEARCHDELETE</string>
  43.                     <key>BaseDirectory</key>
  44.                     <string>Library/Mozilla/</string>
  45.                     <key>SearchFile</key>
  46.                     <string>history.dat</string>
  47.                 </dict>
  48.                 <dict>
  49.                     <key>Command</key>
  50.                     <string>SEARCHDELETE</string>
  51.                     <key>BaseDirectory</key>
  52.                     <string>Library/Mozilla/</string>
  53.                     <key>SearchFile</key>
  54.                     <string>localstore.rdf</string>
  55.                 </dict>
  56.                 <dict>
  57.                     <key>Command</key>
  58.                     <string>SEARCHDELETE</string>
  59.                     <key>BaseDirectory</key>
  60.                     <string>Library/Mozilla/</string>
  61.                     <key>SearchFile</key>
  62.                     <string>downloads.rdf</string>
  63.                 </dict>
  64.             </array>
  65.         </dict>
  66.         <key>Bookmarks</key>
  67.         <dict>
  68.             <key>Commands</key>
  69.             <array>
  70.                 <dict>
  71.                     <key>Command</key>
  72.                     <string>SEARCHDELETE</string>
  73.                     <key>BaseDirectory</key>
  74.                     <string>Library/Mozilla/</string>
  75.                     <key>SearchFile</key>
  76.                     <string>bookmarks.html</string>
  77.                 </dict>
  78.             </array>
  79.         </dict>
  80.         <key>DeletedMail</key>
  81.         <dict>
  82.             <key>Commands</key>
  83.             <array>
  84.                 <dict>
  85.                     <key>Command</key>
  86.                     <string>SEARCHDELETE</string>
  87.                     <key>BaseDirectory</key>
  88.                     <string>Library/Mozilla/Profiles</string>
  89.                     <key>SearchFile</key>
  90.                     <string>Trash</string>
  91.                 </dict>
  92.                 <dict>
  93.                     <key>Command</key>
  94.                     <string>SEARCHDELETE</string>
  95.                     <key>BaseDirectory</key>
  96.                     <string>Library/Mozilla/Profiles</string>
  97.                     <key>SearchFile</key>
  98.                     <string>Trash.msf</string>
  99.                 </dict>
  100.             </array>
  101.         </dict>
  102.         <key>SentMail</key>
  103.         <dict>
  104.             <key>Commands</key>
  105.             <array>
  106.                 <dict>
  107.                     <key>Command</key>
  108.                     <string>SEARCHDELETE</string>
  109.                     <key>BaseDirectory</key>
  110.                     <string>Library/Mozilla/Profiles</string>
  111.                     <key>SearchFile</key>
  112.                     <string>Sent</string>
  113.                 </dict>
  114.                 <dict>
  115.                     <key>Command</key>
  116.                     <string>SEARCHDELETE</string>
  117.                     <key>BaseDirectory</key>
  118.                     <string>Library/Mozilla/Profiles</string>
  119.                     <key>SearchFile</key>
  120.                     <string>Sent.msf</string>
  121.                 </dict>
  122.             </array>
  123.         </dict>
  124.         <key>Name</key>
  125.         <string>Mozilla</string>
  126.         <key>Description</key>
  127.         <string>The Mozilla Community</string>
  128.         <key>URL</key>
  129.         <string>http://www.mozilla.org/</string>
  130.     </dict>
  131. </dict>
  132. </plist>
  133.